home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Documents / PressReleases94 / 09September94 / MiscKit.txt < prev    next >
Text File  |  1995-06-12  |  5KB  |  135 lines

  1.  
  2.  
  3.  
  4. FOR IMMEDIATE RELEASE
  5.  
  6. Contact:
  7. Don Yacktman
  8. (801)221-0344
  9. Don_Yacktman@byu.edu
  10.  
  11.  
  12. ANNOUNCING THE RELEASE OF THE MISCKIT VERSION 1.2.7
  13.  
  14. Update to Kit of Free Objective-C Objects Is Now Available
  15.  
  16. PROVO, UT, Sept 30, 1994 -- A new maintenance release
  17. of the MiscKit has just been publically released.  It
  18. countains many new objects and fixes all of the problems
  19. reported since the previous release.  The MiscKit may be
  20. obtained via ftp to any of the following sites:
  21.  
  22. ftp://ftp.cs.orst.edu/pub/next/submissions/MiscKit1.2.7.s.gnutar.gz
  23.  
  24.      and should move to
  25.  
  26. ftp://ftp.cs.orst.edu/pub/next/sources/objects/MiscKit1.2.7.s.gnutar.gz
  27. ftp://ftp.et.byu.edu/pub/next/misckit/MiscKit1.2.7.s.gnutar.gz
  28. ftp://ftp.informatik.uni-muenchen.de/pub/comp/platforms/next/Developer/objc/misc
  29. kit/MiscKit1.2.7.s.gnutar.gz
  30.  
  31. The byu site always has the most recent official MiscKit
  32. distribution available in /pub/next/misckit and older versions
  33. are archived in /pub/next/misckit/old.  Please note the change
  34. from ftp.byu.edu to ftp.et.byu.edu!
  35.  
  36. The MiscKit is an easy to install kit consisting of Objective-C
  37. objects, Interface Builder palettes, bundles, and other useful
  38. programming resources.  All the resources in the MiscKit have been
  39. donated by various Internet personalities for the benefit of other
  40. NEXTSTEP programmers.
  41.  
  42. Objects include data structures (string, tree, stack, queue,
  43. priority queue, linked list), interface widgets (find panel,
  44. textfield, button and slider subclasses, clock and calendar views,
  45. icon wells, progress pie/bar), macros, other useful objects (lock
  46. file, log file, time, stopwatch, serial port, colors, subprocess,
  47. remote subprocess), frameworks for building complex interfaces
  48. (MiscSwapKit, MiscInspectorKit, InfoMenuKit) and even some
  49. useful example applications...plus much more!
  50.  
  51. To make the MiscKit more attractive to developers, use of the
  52. MiscKit resources is absolutely free of charge, no matter how
  53. the resources are used.  Redistribution of the MiscKit is also
  54. encouraged.  Many developers are reluctant to use objects which
  55. are under the GNU "Copyleft".  As a result, the MiscKit has its
  56. own license, which allows developers to reuse the code freely,
  57. even in commercial projects.  Everything possible has been done
  58. to encourage the use of the MiscKit to speed development efforts.
  59.  
  60. Any developer who has generally useful objects, palettes, or
  61. other programming resources and would like to donate them to the
  62. MiscKit effort is welcome to do so.  Contact Don_Yacktman@byu.edu
  63. for information on how to prepare a MiscKit submission.  By
  64. making a submission to the MiscKit, a developer can avoid the
  65. hassles of packaging up a formal distribution of their resources
  66. and in turn help add to a growing centralized pool of useful
  67. resources.
  68.  
  69. Also available are several MiscKit-based mailing lists.  The first
  70. list is for those who are interested in participating in the
  71. development of the MiscKit.  Anyone who is interested in following
  72. the discussion should send mail to misckit-request@byu.edu to be
  73. placed on the list.  Send mail to misckit@byu.edu to post messages
  74. to this list.  The second MiscKit mailing list is for distributing
  75. announcements of new MiscKit releases.  Anyone who would like to
  76. receive e-mail notification of new MiscKit releases should send
  77. mail to the MiscKit administrator, Don_Yacktman@byu.edu, and
  78. request to be placed on the MiscKit release list.  Anyone on the
  79. development list already receives notification of new releases
  80. and should therefore not ask to be added to the release list.  Two
  81. other lists are mentioned in the MiscKit's top level README.rtf file.
  82.  
  83. The MiscKit has evolved from the DAYMiscKit and several objects
  84. released over the past few years by Don Yacktman and other USENET
  85. personalities.
  86.  
  87.  
  88. Don Yacktman
  89.  
  90. Don Yacktman is a graduate student at Brigham Young University, working
  91. towards a Master of Science in Electrical and Computer Engineering.
  92. He acts as the MiscKit administrator in his spare time between
  93. class and various NEXTSTEP consulting projects.
  94.  
  95. # # # #
  96.  
  97. All trademarks mentioned belong to their respective owners.
  98.  
  99. The MiscKit is in no way affiliated with Brigham Young University.
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107. Specific changes:
  108.  
  109. V1.2.7   9/30/94         Maintenance and update release:
  110.  
  111. IBMole palette contributed.  (Montgomery Zukowski).
  112.  
  113. MiscDragViews palette significantly enhanced.  (Various).
  114.  
  115. Changed some method names in the MiscAppDefaults category, fix for
  116. receiptfilter to work with Mail.app 3.3, added MiscShell and
  117. QuickProject to the Temp area.  (Steve Hayman).
  118.  
  119. Enhancements and bug fixes to MiscMatrix (Darrin Smart,
  120. Steve Quirk, Scott Violet).
  121.  
  122. Enhancements to MiscCircularSlider (Laurent Daudelin).
  123.  
  124. Enhancements and bug fixes to MiscTime (Steve Hayman, Kurt Werle).
  125.  
  126. Added MiscRtMatrix object (Thomas Engel).
  127.  
  128. Added MiscBackWindow, MiscFramingView, MiscTargetActionView,
  129. MiscFileFinder, and MiscRemoteApplication objects (Dale Amon).
  130.  
  131. Added Examples/ProjectTemplates, MiscParseTable functions and
  132. MiscDictionary, MiscMailSpeaker, and MiscMailApp objects with
  133. MailTest app (Don Yacktman).
  134.  
  135. Any many other bug fixes, tweaks, and enhancements.